Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2691

@NordicBuilder NordicBuilder requested review from a team as code owners April 1, 2025 11:53
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Apr 1, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Apr 1, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@99bbeff nrfconnect/sdk-zephyr#2691 nrfconnect/sdk-zephyr#2691/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Apr 1, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 3

Inputs:

Sources:

sdk-nrf: PR head: dadd778e8e5e08dc6b2b3c0699c54f04fe6c2b6d
zephyr: PR head: cbcc02bcf7855d9a18371fbefcf4fcf4f2e92d37

more details

sdk-nrf:

PR head: dadd778e8e5e08dc6b2b3c0699c54f04fe6c2b6d
merge base: 1dc0d221944b0cd83563305e6d3d320a2959466c
target head (main): 1dc0d221944b0cd83563305e6d3d320a2959466c
Diff

zephyr:

PR head: cbcc02bcf7855d9a18371fbefcf4fcf4f2e92d37
merge base: 99bbeff21583f245dab9e56afe73c488d93e271f
target head (main): 34633fc20295224704648f0e6edb7bf004fa42b9
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (84)
west.yml
zephyr
│  ├── MAINTAINERS.yml
│  ├── boards
│  │  ├── realtek
│  │  │  ├── index.rst
│  │  │  ├── rts5912_evb
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.rts5912_evb
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── rts5912_evb.rst
│  │  │  │  │  │ rts5912evb.webp
│  │  │  │  ├── rts5912_evb.dts
│  │  │  │  ├── rts5912_evb.yaml
│  │  │  │  │ rts5912_evb_defconfig
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf
│  │  │  ├── Kconfig.rts5912
│  │  │  ├── clock_control_nrf2_audiopll.c
│  │  │  │ clock_control_rts5912_sccon.c
│  │  ├── gpio
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.rts5912
│  │  │  │ gpio_rts5912.c
│  │  ├── i2s
│  │  │  ├── Kconfig.nrfx
│  │  │  │ i2s_nrfx_tdm.c
│  │  ├── pinctrl
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912
│  │  │  ├── Kconfig.sy1xx
│  │  │  ├── pinctrl_realtek_rts5912.c
│  │  │  │ pinctrl_sy1xx.c
│  │  ├── serial
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912
│  │  │  │ uart_realtek_rts5912.c
│  │  ├── timer
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912_rtmr
│  │  │  │ realtek_rts5912_rtmr.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── realtek
│  │  │  │  ├── ec
│  │  │  │  │  ├── rts5912-pinctrl.dtsi
│  │  │  │  │  │ rts5912.dtsi
│  │  ├── bindings
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrfs-audiopll.yaml
│  │  │  │  │ realtek,rts5912-sccon.yaml
│  │  │  ├── gpio
│  │  │  │  │ realtek,rts5912-gpio.yaml
│  │  │  ├── pinctrl
│  │  │  │  ├── realtek,rts5912-pinctrl.yaml
│  │  │  │  │ sensry,sy1xx-pinctrl.yaml
│  │  │  ├── serial
│  │  │  │  │ realtek,rts5912-uart.yaml
│  │  │  ├── timer
│  │  │  │  ├── realtek,rts5912-rtmr.yaml
│  │  │  │  │ realtek,rts5912-slwtimer.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  │  ├── riscv
│  │  │  ├── sensry
│  │  │  │  │ ganymed-sy1xx.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ clock_control_rts5912.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── clock
│  │  │  │  │  ├── nrfs-audiopll.h
│  │  │  │  │  │ rts5912_clock.h
│  │  │  │  ├── gpio
│  │  │  │  │  │ realtek-gpio.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  ├── realtek-rts5912-pinctrl.h
│  │  │  │  │  │ sy1xx-pinctrl.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── configs
│  │  │  │  │  │  ├── audiopll.conf
│  │  │  │  │  │  │ audiopll.overlay
│  │  │  │  │  │ sample.yaml
│  ├── soc
│  │  ├── realtek
│  │  │  ├── ec
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── common
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── pinctrl_soc.h
│  │  │  │  │  ├── rts5912_imgtool
│  │  │  │  │  │  │ img_gen.py
│  │  │  │  ├── rts5912
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── Kconfig.defconfig.rts5912
│  │  │  │  │  ├── Kconfig.defconfig.series
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── debug_swj.c
│  │  │  │  │  ├── debug_swj.h
│  │  │  │  │  ├── device_power.c
│  │  │  │  │  ├── device_power.h
│  │  │  │  │  ├── power.c
│  │  │  │  │  ├── reg
│  │  │  │  │  │  ├── reg_gpio.h
│  │  │  │  │  │  ├── reg_rtmr.h
│  │  │  │  │  │  │ reg_system.h
│  │  │  │  │  ├── soc.c
│  │  │  │  │  │ soc.h
│  │  │  │  │ soc.yml
│  │  ├── sensry
│  │  │  ├── ganymed
│  │  │  │  ├── sy1xx
│  │  │  │  │  ├── common
│  │  │  │  │  │  │ pinctrl_soc.h
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  │ wifi_utils.c

Outputs:

Toolchain

Version: 7dbe0e2658
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:7dbe0e2658_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1364
    • sdk-zephyr test count: 1691
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

github-actions bot commented Apr 1, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2691 branch from bf4b766 to 9b0a912 Compare April 1, 2025 13:09
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2691 branch from 9b0a912 to dadd778 Compare April 1, 2025 16:19
@nordicjm
Copy link
Contributor

nordicjm commented Apr 2, 2025

Closing in favour of #21016

@nordicjm nordicjm closed this Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants